|
Menüeintrag |
---|
Gear → Cycloid Gear |
Arbeitsbereich |
FCGear |
Standardtastenkürzel |
None |
Eingeführt in Version |
v0.16 |
Siehe auch |
FCGear Evolventenzahnrad |
Cycloidal gears are very sensitive to an inaccurate adjustment of the centre distance, which then leads to a change in the transmission ratio. For these reasons, cycloidal gears are hardly found in mechanical engineering but are only used in special cases such as in the watch industry, for roots type blowers or for the drive of gear racks.
Von links nach rechts: Stirnräder mit Geradverzahnung, Schrägverzahnung, Pfeilverzahnung
Ein FCGear-CycloidGear-Objekt wird von einem Part-Formelement abgeleitet und erbt alle seine Eigenschaften. Außerdem hat es die folgenden zusätzlichen Eigenschaften:
accuracy
Integer
): Default is 15
. Change of the involute profile. Changing the value can lead to unexpected results.base
Length
): Default is 5 mm
. Value of the gear width.Length
): Default is 1 mm
. Module is the ratio of the reference diameter of the gear divided by the number of teeth (see Notes).Integer
): Default is 15
. Number of teeth.computed
Angle
): (read-only)Length
): (read-only) Working pitch diameter.cycloid
Float
): (read-only) Diameter of the rolling circle of hypocycloid, normalized by the Datenmodule (see Notes).Float
): Default is 7.5
. Diameter of the rolling circle of epicycloid, normalized by the Datenmodule (see Notes).fillets
Float
): Default is 0 mm
.Float
): Default is 0 mm
.helical
Angle
): Default is 0 °
. With the helix angle β a helical gear is created – positive value → rotation direction right, negative value → rotation direction left.Bool
): Default is false
, true
creates a double helix gear (see Notes).tolerance
Length
): Default is 0
. Backlash, also called lash or play, is the distance between the teeth at a gear pair.Float
): Default is 0.25
(see Notes).Float
): Default is 0
. Additional length of the tip of the teeth, normalized by the Datenmodule.version
String
):
To obtain a straight line, directly towards the center, as hypocycloid, use the following expression for the Dateninner_diameter: teeth / 2
. Such a tooth form is often found in historical clockworks and thus called "clock toothing". A larger Datenclearance makes the effect even more visible.
To obtain a gear made of complete hypocycloid and epicycloid curves use the following expressions:
0.5 + 1e-6
inner_diameter
(-1 + inner_diameter/1mm) * 2
(-1 + outer_diameter/1mm) * 2
The reference diameter is d = m * z, with m being the Datenmodule and z being the Datenteeth.
For a complete hypocycloid, the rolling diameter has to be d_i = d / (z*2) = m*z / (z*2). And if we now normalize this by the module, we get d_in = m*z / (z*2) / m = 1 / 2. The additional explicit tolerance value (1e-6
in the expression above) is required to overcome coincidence issues.
Now the cycloids' rolling circle diameters have to match the gear's addedum/dedendum. The addendum, i.e. the tooth length above the reference circle, is 1 + Datenhead. The dedendum, i.e. the tooth length below the reference circle, is 1 + Datenclearance. Both are normalized by the module, thus we need a head/clearance value of 1 - d_in. The additional / 1mm
and * 2
are required to overcome shortcomings already fixed in the development version of the FCGear Workbench, but porting those fixes back to the stable version may break existing models.
Such "gears" allow the the number of teeth to be as low as two and are used as rotary vanes in pumps or compressors (cf. Roots-type Supercharger).
If the radius of the epicycloid's rolling circle becomes infinitely large, it becomes a rolling straight line. Such a degenerated epicycloid is called involute. Gears with such a tooth form are handled by the involute gear command. It is by far the most common tooth form Today.
Siehe FCGear Evolventenzahnrad.